Skip to content
Back to search
30
MCP

Chain of Thought

pulsemcp/chain of thought

Exposes raw reasoning tokens from language models through Groq's API, allowing users to see the step-by-step thinking process within <think> tags before receiving final answers.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

iflow-mcp_beverm2391-chain-of-thought-mcp
A MCP server that uses Groq's API to call LLMs which expose raw chain-of-thought tokens.
0 tools
Adaptive Graph of Thoughts
Processes complex scientific queries through an 8-stage Graph-of-Thoughts pipeline that decomposes questions into hypotheses, gathers eviden
0 tools
Chain of Draft
Enables iterative reasoning through structured drafts with explicit reasoning chains, allowing for focused critiques and targeted revisions
0 tools
n8n-nodes-groq-chat
n8n supply node for Groq API - Provides Groq language models for use with Basic LLM Chain and other AI nodes. Ultra-fast inference with Llam
0 tools
Atom of Thoughts
Enables structured problem-solving by breaking down complex tasks into atomic thought units for step-by-step reasoning and solution developm
0 tools
GroqCloud
Integrates with Groq's high-speed inference API for text completion, audio transcription, and vision analysis with automatic model selection
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "chain_of_thought": {
      "url": "None",
      "transport": "http"
    }
  }
}